Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference
Constants and Data Types for Job Collection Items


File-Fonts Information

The collection item ID for file-fonts information is defined in the following enumeration:

enum { gxFileFontsTag = 'incf' };   
QuickDraw GX stores file-fonts information in the gxFileFontsInfo structure:

struct gxFileFontsInfo {
   char  includeFonts;     
};
Field Description
includeFonts
A character that specifies the level of fonts to include when a user prints to a file.
The level of fonts to include are defined by the following enummeration:

enum {                        
   gxIncludeNoFonts           = (char) 1,
   gxIncludeAllFonts          = (char) 2,
   gxIncludeNonStandardFonts  = (char) 3
   };
Constant descriptions

gxIncludeNoFonts
Do not include any fonts.
gxIncludeAllFonts
Include all fonts.
gxIncludeNonStandardFonts
Do not include standard fonts.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help